home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(9, 1)
- set the memberNum of sprite 9 to the number of member "DM2_DOWN.PICT"
- puppetSound("bongo11.aif")
- updateStage()
- end
-
- on mouseUp
- set the memberNum of sprite 9 to the number of member "DM2_UP.PICT"
- updateStage()
- puppetSprite(9, 0)
- SetReturn()
- sound stop 1
- sound stop 2
- puppetSound(0)
- unloadMember(member "DM2_DOWN.PICT", "bongo11.aif")
- GoHOT("DM2.Dir")
- end
-